- 16 Oct, 2017 1 commit
-
-
Sean McGivern authored
On GitLab.com, we see that cron jobs sometimes don't run. This appears to be because the process that polls for current cron jobs only has a 60 second validity period, so if (for whatever reason) it misses those 60 seconds, we have to wait until the next execution. For the usage ping, this is particularly problematic, as that's only scheduled to run once a week. Changing it to run for every minute in a 10 minute period should work around this, if the above diagnosis is correct. The job itself obtains an exclusive lease for 24 hours, so rescheduling in quick succession is safe.
-
- 13 Oct, 2017 5 commits
-
-
Phil Hughes authored
Refactor broadcast_message.js See merge request gitlab-org/gitlab-ce!14853
-
Mike Greiling authored
-
Phil Hughes authored
Removes Members, memberExpiration from window object See merge request gitlab-org/gitlab-ce!14808
-
Rémy Coutable authored
Revert "Merge branch '36160-select2-dropdown' into 'master'" See merge request gitlab-org/gitlab-ce!14851
-
Tim Zallmann authored
Use image-url instead of url so that asset pipeline can do it's thing Closes #38980 See merge request gitlab-org/gitlab-ce!14799
-
- 12 Oct, 2017 34 commits
-
-
Stan Hu authored
Add link to gitlab-profiler See merge request gitlab-org/gitlab-ce!14775
-
Clement Ho authored
Add create merge checkbox. Closes #38626 See merge request gitlab-org/gitlab-ce!14665
-
Jacob Schatz authored
-
Kamil Trzciński authored
Issue JWT token with registry:catalog:* scope when requested by GitLab admin Closes #26763 and #18392 See merge request gitlab-org/gitlab-ce!14751
-
Rémy Coutable authored
Update dependencies license list See merge request gitlab-org/gitlab-ce!14845
-
Filipa Lacerda authored
This reverts merge request !14768
-
Douwe Maan authored
Fix the format of rugged alternate directory list Closes #39046 See merge request gitlab-org/gitlab-ce!14840
-
Sean McGivern authored
Resolve "remove source branch" checkbox from merge widget being ignored Closes #34897 See merge request gitlab-org/gitlab-ce!14832
-
Rémy Coutable authored
Update installation doc for 10.1 See merge request gitlab-org/gitlab-ce!14843
-
Dmitriy Zaporozhets authored
Add `Gitlab::Git::Repository#fetch` command Closes gitaly#586 See merge request gitlab-org/gitlab-ce!14772
-
Sean McGivern authored
fix multiple notifications from being sent for multiple labels Closes #37691 See merge request gitlab-org/gitlab-ce!14798
-
Rémy Coutable authored
Update templates See merge request gitlab-org/gitlab-ce!14844
-
Lin Jen-Shin authored
Followed the command from https://gitlab.com/gitlab-org/release-tools/blob/master/doc/release-candidates.md#step-4-update-the-dependencies-license-list bin/bundle exec license_finder report --format=csv --save=vendor/licenses.csv
-
Douwe Maan authored
Cache issuable template names See merge request gitlab-org/gitlab-ce!14823
-
micael.bergeron authored
-
Micael Bergeron authored
-
Micael Bergeron authored
-
Lin Jen-Shin authored
bin/rake gitlab:update_templates
-
Sean McGivern authored
We were looking these up on each request to an issue page, because the form is pre-filled, as is the template dropdown. That was unnecessary: we could just treat these as 'special' repository files (like the rendered README) and cache them in Redis until they change on a push.
-
Ahmad Sherif authored
Fixes #39046
-
Robert Speicher authored
Move all API authentication code to APIGuard See merge request gitlab-org/gitlab-ce!14528
-
Sean McGivern authored
The basename appears to have been a holdover from the past - it doesn't look necessary now. Some of the regexes were unanchored on one side, so explicitly ensure that they only match the root. Apart from that, this means that pushing to foo/README.md will no longer invalidate the main README cache for a project.
-
Phil Hughes authored
Fixes from CSS refactor Closes #39001 and #38939 See merge request gitlab-org/gitlab-ce!14828
-
Annabel Dunstone Gray authored
-
Phil Hughes authored
Resolve "Prometheus service page shows error" Closes #35652 See merge request gitlab-org/gitlab-ce!14771
-
Jose Ivan Vargas Lopez authored
-
Achilleas Pipinellis authored
Shorten example translation for inclusive language See merge request gitlab-org/gitlab-ce!14833
-
Filipa Lacerda authored
-
Achilleas Pipinellis authored
Add docs for GKE integration See merge request gitlab-org/gitlab-ce!14712
-
Achilleas Pipinellis authored
Fix a missing link and create a separate "Testing guides" section See merge request gitlab-org/gitlab-ce!14819
-
Achilleas Pipinellis authored
-
Douwe Maan authored
-
Tim Zallmann authored
Merge branch '39033-d3-js-is-being-included-in-the-user_profile-and-graphs_show-bundles' into 'master' Resolve "d3.js is being included in the user_profile and graphs_show bundles" Closes #39033 See merge request gitlab-org/gitlab-ce!14826
-