GitLab Bot
ec76d14980
Add latest changes from gitlab-org/gitlab@master
2023-02-17 18:13:06 +00:00
GitLab Bot
9e7f94a740
Add latest changes from gitlab-org/gitlab@master
2022-11-30 18:07:14 +00:00
GitLab Bot
528bc84312
Add latest changes from gitlab-org/gitlab@master
2022-10-13 03:09:36 +00:00
GitLab Bot
39e7e7beda
Add latest changes from gitlab-org/gitlab@master
2022-08-19 09:11:29 +00:00
GitLab Bot
2368893df7
Add latest changes from gitlab-org/gitlab@master
2020-08-31 15:10:41 +00:00
GitLab Bot
e829ca213b
Add latest changes from gitlab-org/gitlab@master
2020-06-22 15:09:27 +00:00
GitLab Bot
3d04746954
Add latest changes from gitlab-org/gitlab@master
2020-06-09 18:08:28 +00:00
GitLab Bot
86e1f47cd1
Add latest changes from gitlab-org/gitlab@master
2020-06-05 15:08:23 +00:00
GitLab Bot
8b0ef13236
Add latest changes from gitlab-org/gitlab@master
2020-06-03 18:08:28 +00:00
GitLab Bot
57d1bb8254
Add latest changes from gitlab-org/gitlab@master
2020-05-19 09:08:12 +00:00
GitLab Bot
1e9d859394
Add latest changes from gitlab-org/gitlab@master
2020-05-15 06:08:40 +00:00
Diego Silva
091b15b742
Change DetectRepositoryLanguagesWorker to not receive user
...
Fixes #60425
2019-05-09 16:54:20 +01:00
gfyoung
93a44e135b
Add some frozen string to spec/**/*.rb
...
Adds frozen string to the following:
* spec/bin/**/*.rb
* spec/config/**/*.rb
* spec/controllers/**/*.rb
xref https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2019-04-15 10:17:05 +00:00
Igor Drozdov
732f892db3
Return cached languages if they've been detected before
2019-03-20 20:33:49 +03:00
Zeger-Jan van de Weg
abe8cbe90b
Load repository language from the DB if detected
...
The repository charts page used to detect the repository language for
each request that was made to the page. Given the detection is an
expensive operation and the same data is stored in the database the
database is now serving the request.
The same goes for an API endpoint that serves the languages.
When a repository is empty or non-existent the languages will always be
empty. And the language detection RPC isn't requested.
Closes: https://gitlab.com/gitlab-org/gitlab-ce/issues/47390
2019-02-25 15:15:16 +01:00
blackst0ne
b44a2c801a
Update specs to rails5 format
...
Updates specs to use new rails5 format.
The old format:
`get :show, { some: params }, { some: headers }`
The new format:
`get :show, params: { some: params }, headers: { some: headers }`
2018-12-19 10:04:31 +11:00
Mark Chao
a63bce1a4b
Resolve "Rename the `Master` role to `Maintainer`" Backend
2018-07-11 14:36:08 +00:00
blackst0ne
27c95364b5
Replace '.team << [user, role]' with 'add_role(user)' in specs
2017-12-22 19:18:28 +11:00
Jacob Vosmaer
67de82cf5f
Add option to use CommitLanguages RPC
2017-08-01 10:48:46 +02:00
Rémy Coutable
4a6bc1f6a4
Merge branch 'change-colour-for-testing-fallback' into 'master'
...
Change language for testing colour fallback
See merge request !9537
2017-03-06 09:15:47 +00:00
Kushal Pandya
52352be6be
Cleaning up navigational order - Project
2017-03-02 17:57:01 +00:00
Georg G
40c9a948b0
Change language for testing colour fallback
2017-02-26 20:14:02 +01:00
Douwe Maan
ad640bc5f9
Use Namespace#full_path instead of #path where appropriate
2017-02-23 17:55:01 -06:00
Robert Speicher
4642ca6686
Use `empty_project` where possible in controller specs
2017-01-25 17:14:38 -05:00
Georg G
85324ff8d3
Fix indentation and change inner matcher
2016-10-13 13:08:19 +02:00
Georg G
ce4dad4555
Use test double and matchers
2016-10-13 07:01:34 +02:00
Georg G
f32bc1f526
Add spec for Projects::GraphsController#languages
2016-10-12 18:48:53 +02:00