silverwind
silverwind
Keep note that there is a citation button in this menu (https://github.com/go-gitea/gitea/pull/19999) which makes less sense in such a popup. Maybe just remove the `or` line to remove the expectation...
I'd prefer this to not use fomantic dropdown but tippy.js instead. Assign classnames `code-btn` and `code-popup` and init via JS like this: ```js function initCodeButton() { const codeBtn = document.querySelector('.code-btn');...
You can clone https://try.gitea.io/silverwind/symlink-test which has a `CITATION.cff` that tiggers the display of the citation link.
Some critique: - I do not like about this is that it takes two clicks to copy a SSH URL in GitHub UI, while this can be done in one...
> > I'd prefer this to not use fomantic dropdown but tippy.js instead. > > Assign classnames `code-btn` and `code-popup` and init via JS like this: > > ```js >...
Hmm, it shouldn't, but if you could rebase this, maybe I'll play with it :) Note that Less has been removed, so then change in `less/_repository.less` now needs to be...
Also update the action: https://github.com/go-gitea/gitea/blob/ad4e902d5a1430c0c1df18bf404537df5ded1dba/.github/workflows/pull-db-tests.yml#L95 https://github.com/go-gitea/gitea/blob/ad4e902d5a1430c0c1df18bf404537df5ded1dba/.github/workflows/pull-db-tests.yml#L160
Ok, it's actually fine to test the minimum supported version. We do this for databases too.
The REST API returns version at root as `version.number`: https://opster.com/guides/elasticsearch/how-tos/check-elasticsearch-version/
Regarding opensearch (and I'm fine leaving that out in this PR), I think the status quo is: `olivere/elastic/v7` should be compatible with elasticsearch 7 and opensearch 1 `elastic/go-elasticsearch/v8` is only...